home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Shout3Ddemo / S3D_2E1.exe / Shout3d_runtime / demos / web3d.css < prev    next >
Cascading Style Sheet File  |  2000-05-30  |  2KB  |  95 lines

  1. BODY {
  2.   font-family: Verdana, Arial, Helvetica, sans-serif;
  3.  
  4.   /* margin: 0px, 50px, 50px, 50px; */ /* not supported in Netscape 4.5 */
  5.   
  6.   margin-top: 0px;
  7.   margin-right: 25px;
  8.   margin-left: 50px;
  9.   margin-bottom: 50px;
  10.   
  11.   font-size: 10pt;
  12.   color: black;
  13.   background-color: white;
  14. }  
  15.  
  16.  
  17. H1, H2 {
  18.   font-family: Verdana, Arial, Helvetica, sans-serif;
  19.   font-size: 18pt;
  20.   font-weight: bold;
  21.   color: #AA0000; 
  22. }
  23.  
  24. H3, H4  {
  25.   font-family: Verdana, Arial, Helvetica, sans-serif;
  26.   font-size: 14pt;
  27.   font-weight: bold;
  28.   color: #666666;
  29. }
  30. H5  {
  31.   font-family: Verdana, Arial, Helvetica, sans-serif;
  32.   font-size: 12pt;
  33.   color: #666666;
  34. }
  35. P {
  36.   font-family: Verdana, Arial, Helvetica, sans-serif;
  37.   font-size: 10pt;
  38.  
  39. LI {
  40.   font-family: Verdana, Arial, Helvetica, sans-serif;
  41.   font-size: 10pt;
  42.  
  43. UL {
  44.   font-family: Verdana, Arial, Helvetica, sans-serif;
  45.   font-size: 10pt;
  46.  
  47. TD, TR, TH {
  48.   font-family: Verdana, Arial, Helvetica, sans-serif;
  49.   font-size: 10pt;
  50.  
  51.  
  52. PRE { 
  53.   font-family: monospace;
  54.   color: #880000;
  55.   }
  56.  
  57. CODE { 
  58.   font-family: monospace;
  59.   color: #880000;
  60.   }
  61.  
  62. .copyright  {
  63.   font-family: Verdana, Arial, Helvetica, sans-serif;
  64.   font-size: 8pt;
  65.   color: #666666;
  66.  
  67. A:link    {
  68.         text-decoration: none;
  69.         color: #AA0000;
  70.         font-weight: bold;
  71.         }
  72.  
  73. A:visited    {
  74.         text-decoration: none;
  75.         color: #AA0000;
  76.         font-weight: bold;
  77.         }
  78.  
  79. A:active     {
  80.         text-decoration: underline;
  81.         color: #880000;
  82.         font-weight: bold;
  83.         }
  84.  
  85. A:hover     {
  86.         text-decoration: underline;
  87.         color: #880000;
  88.         font-weight: bold;
  89.         }
  90.